Fix xenmon.py to work on Solaris
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 4 Dec 2007 10:40:48 +0000 (10:40 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 4 Dec 2007 10:40:48 +0000 (10:40 +0000)
commitf81035fe34f2563964b9cd6928adb3e6ba744e67
tree1d2164bbf03b25daa1455051069e3d9ffa07cf4c
parent85fddf82c6ddc3327ea93e0adea3c76449a84b5c
Fix xenmon.py to work on Solaris

The xenmon.py script does not work on Solaris because of (1) its
assumption that xenbaked is in the users path and, (2) the use of the
killall command. Changed xenmon.py to use pkill instead and provided
the path to xenbaked on Solaris.

Signed-off-by: Tariq Magdon-Ismail <tariqmi@sun.com>
tools/xenmon/xenmon.py